home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / yesnow.dir / 00093.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  238 b   |  14 lines

  1. on mouseDown
  2.   set the castNum of sprite 3 to 49
  3.   puppetSprite(3, 1)
  4.   updateStage()
  5.   set the castNum of sprite 3 to 48
  6.   set the visible of sprite 2 to 0
  7.   set the visible of sprite 3 to 0
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   go("g")
  13. end
  14.